projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2675787
)
babl: increase number of pixels in tests ~8 times
author
Øyvind Kolås
<pippin@gimp.org>
Sat, 25 Aug 2012 14:11:23 +0000
(16:11 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sat, 25 Aug 2012 14:18:07 +0000
(16:18 +0200)
This makes 32bit systems also trip up on many more possible !8bpc
discrpeancies.
babl/babl-fish-path.c
patch
|
blob
|
history
diff --git
a/babl/babl-fish-path.c
b/babl/babl-fish-path.c
index f51501e651112621b50b2da91e6bc4a300a99f3c..addc56dc3d017d395d108cd1511c986f89a89982 100644
(file)
--- a/
babl/babl-fish-path.c
+++ b/
babl/babl-fish-path.c
@@
-25,6
+25,8
@@
#define BABL_HARD_MAX_PATH_LENGTH 8
#define BABL_MAX_NAME_LEN 1024
+#define NUM_TEST_PIXELS 2048
+
int babl_in_fish_path = 0;
typedef struct _FishPathInstrumentation
@@
-478,7
+480,6
@@
process_conversion_path (BablList *path,
return n;
}
-#define NUM_TEST_PIXELS (256 + 16 + 16)
static double *
test_create (void)